home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wgdb-42.lha / wgdb-4.2 / libiberty / README < prev    next >
Text File  |  1992-09-11  |  609b  |  20 lines

  1. This directory contains the -liberty library of free software.
  2. It is a collection of subroutines used by various GNU programs.
  3. Current members include:
  4.  
  5.     getopt -- get options from command line
  6.     obstack -- stacks of arbitrarily-sized objects
  7.     strerror -- error message strings corresponding to errno
  8.     strtol -- string-to-long conversion
  9.     strtoul -- string-to-unsigned-long conversion
  10.  
  11. We expect many of the GNU subroutines that are floating around to
  12. eventually arrive here.
  13.  
  14. To build the library, do:
  15.  
  16.     ./configure HOSTTYPE
  17.     make
  18.  
  19. Please report bugs and fixes to "bug-gnu-utils@prep.ai.mit.edu".  Thank you.
  20.